home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _291B1B724B8149E8AC02DE86B5FD42EF < prev    next >
Encoding:
Text File  |  2004-01-06  |  347 b   |  17 lines

  1.  
  2.       #include "../CGVPMacro.csi"
  3.  
  4.  
  5.       MainInput { VIEWPROJ_MATRIX, uniform float2x4 TexGen }
  6.       DeclarationsScript
  7.       {
  8.         IN_C0
  9.         OUT_T0_C0
  10.       }
  11.       PositionScript = PosCommon                 
  12.       CoreScript
  13.       {
  14.         OUT.Tex0.xy = mul(TexGen, vPos);
  15.         OUT.Color   = IN.Color;
  16.       }
  17.